home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*- */
- /* $Id: plDevs.h.in,v 1.4 1994/08/26 19:17:21 mjl Exp $
- * $Log: plDevs.h.in,v $
- * Revision 1.4 1994/08/26 19:17:21 mjl
- * Define for conex device added; contributed by Mark Olesen.
- *
- * Revision 1.3 1994/08/05 22:23:36 mjl
- * Eliminated dangling comment to get rid of compiler warning on NEC.
- *
- * Revision 1.2 1994/07/25 05:57:32 mjl
- * Added line for new lj_hpgl driver.
- *
- * Revision 1.1 1994/07/19 22:27:37 mjl
- * Header file for holding defines that enable PLplot device drivers.
- * Included by all device drivers and plcore.h.
- */
-
- /*
- plDevs.h.in
-
- Maurice LeBrun
- IFS, University of Texas at Austin
- 18-Jul-1994
-
- Contains macro definitions that determine what device drivers are
- compiled into the PLplot library. On a Unix system, typically the
- configure script builds plDevs.h from plDevs.h.in. Elsewhere, it's
- best to hand-configure a plDevs.h file and keep it with the
- system-specific files.
- */
-
- #ifndef __PLDEVS_H__
- #define __PLDEVS_H__
-
- #define PLD_plmeta
- #define PLD_null
- #undef PLD_xterm
- #undef PLD_tek4010
- #undef PLD_tek4107
- #undef PLD_mskermit
- #undef PLD_vlt
- #undef PLD_versaterm
- #undef PLD_conex
- #undef PLD_dg300
- #define PLD_ps
- #undef PLD_xfig
- #undef PLD_ljii
- #define PLD_lj_hpgl
- #undef PLD_hp7470
- #undef PLD_hp7580
- #undef PLD_imp
- #undef PLD_xwin
- #undef PLD_tk
- #undef PLD_dp
- /*riscos.i*/
- #define PLD_arcmkdrawf
- #define PLD_arcdraw
- /*riscos.f*/
-
- #endif /* __PLDEVS_H__ */
-